home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / ivbsrc / splash2.frm < prev    next >
Text File  |  1995-05-08  |  759b  |  34 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   1395
  6.    ClientTop       =   1845
  7.    ClientWidth     =   7365
  8.    Height          =   4425
  9.    Left            =   1335
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   4020
  13.    ScaleWidth      =   7365
  14.    Top             =   1500
  15.    Width           =   7485
  16.    Begin CommandButton Command1 
  17.       Caption         =   "End"
  18.       Height          =   495
  19.       Left            =   3000
  20.       TabIndex        =   0
  21.       Top             =   1680
  22.       Width           =   1215
  23.    End
  24. End
  25. Sub Command1_Click ()
  26.   Unload Form3
  27.   End
  28. End Sub
  29.  
  30. Sub Form_Click ()
  31.   Form3.Show
  32. End Sub
  33.  
  34.